func strconv.divisibleByPower5
6 uses
strconv (current package)
ftoaryu.go#L59: if q < 0 && q >= -10 && divisibleByPower5(uint64(mant), -q) {
ftoaryu.go#L129: if q < 0 && q >= -22 && divisibleByPower5(mant, -q) {
ftoaryu.go#L273: if divisibleByPower5(ml, -q) {
ftoaryu.go#L276: if divisibleByPower5(mc, -q) {
ftoaryu.go#L279: if divisibleByPower5(mu, -q) {
ftoaryu.go#L544: func divisibleByPower5(m uint64, k int) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)